net.arnx.wmf2svg.gdi.wmf.WmfConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wmf2svg Show documentation
Show all versions of wmf2svg Show documentation
WMF to SVG Converting Tool & Library
The newest version!
package net.arnx.wmf2svg.gdi.wmf;
interface WmfConstants {
int RECORD_EOF = 0x0000;
int RECORD_REALIZE_PALETTE = 0x0035;
int RECORD_SET_PALETTE_ENTRIES = 0x0037;
int RECORD_SET_BK_MODE = 0x0102;
int RECORD_SET_MAP_MODE = 0x0103;
int RECORD_SET_ROP2 = 0x0104;
int RECORD_SET_REL_ABS = 0x0105;
int RECORD_SET_POLY_FILL_MODE = 0x0106;
int RECORD_SET_STRETCH_BLT_MODE = 0x0107;
int RECORD_SET_TEXT_CHARACTER_EXTRA = 0x0108;
int RECORD_RESTORE_DC = 0x0127;
int RECORD_RESIZE_PALETTE = 0x0139;
int RECORD_DIB_CREATE_PATTERN_BRUSH = 0x0142;
int RECORD_SET_LAYOUT = 0x0149;
int RECORD_SET_BK_COLOR = 0x0201;
int RECORD_SET_TEXT_COLOR = 0x0209;
int RECORD_OFFSET_VIEWPORT_ORG_EX = 0x0211;
int RECORD_LINE_TO = 0x0213;
int RECORD_MOVE_TO_EX = 0x0214;
int RECORD_OFFSET_CLIP_RGN = 0x0220;
int RECORD_FILL_RGN = 0x0228;
int RECORD_SET_MAPPER_FLAGS = 0x0231;
int RECORD_SELECT_PALETTE = 0x0234;
int RECORD_POLYGON = 0x0324;
int RECORD_POLYLINE = 0x0325;
int RECORD_SET_TEXT_JUSTIFICATION = 0x020A;
int RECORD_SET_WINDOW_ORG_EX = 0x020B;
int RECORD_SET_WINDOW_EXT_EX = 0x020C;
int RECORD_SET_VIEWPORT_ORG_EX = 0x020D;
int RECORD_SET_VIEWPORT_EXT_EX = 0x020E;
int RECORD_OFFSET_WINDOW_ORG_EX = 0x020F;
int RECORD_SCALE_WINDOW_EXT_EX = 0x0410;
int RECORD_SCALE_VIEWPORT_EXT_EX = 0x0412;
int RECORD_EXCLUDE_CLIP_RECT = 0x0415;
int RECORD_INTERSECT_CLIP_RECT = 0x0416;
int RECORD_ELLIPSE = 0x0418;
int RECORD_FLOOD_FILL = 0x0419;
int RECORD_FRAME_RGN = 0x0429;
int RECORD_ANIMATE_PALETTE = 0x0436;
int RECORD_TEXT_OUT = 0x0521;
int RECORD_POLY_POLYGON = 0x0538;
int RECORD_EXT_FLOOD_FILL = 0x0548;
int RECORD_RECTANGLE = 0x041B;
int RECORD_SET_PIXEL = 0x041F;
int RECORD_ROUND_RECT = 0x061C;
int RECORD_PAT_BLT = 0x061D;
int RECORD_SAVE_DC = 0x001E;
int RECORD_PIE = 0x081A;
int RECORD_STRETCH_BLT = 0x0B23;
int RECORD_ESCAPE = 0x0626;
int RECORD_INVERT_RGN = 0x012A;
int RECORD_PAINT_RGN = 0x012B;
int RECORD_SELECT_CLIP_RGN = 0x012C;
int RECORD_SELECT_OBJECT = 0x012D;
int RECORD_SET_TEXT_ALIGN = 0x012E;
int RECORD_ARC = 0x0817;
int RECORD_CHORD = 0x0830;
int RECORD_BIT_BLT = 0x0922;
int RECORD_EXT_TEXT_OUT = 0x0a32;
int RECORD_SET_DIBITS_TO_DEVICE = 0x0d33;
int RECORD_DIB_BIT_BLT = 0x0940;
int RECORD_DIB_STRETCH_BLT = 0x0b41;
int RECORD_STRETCH_DIBITS = 0x0f43;
int RECORD_DELETE_OBJECT = 0x01f0;
int RECORD_CREATE_PALETTE = 0x00f7;
int RECORD_CREATE_PATTERN_BRUSH = 0x01F9;
int RECORD_CREATE_PEN_INDIRECT = 0x02FA;
int RECORD_CREATE_FONT_INDIRECT = 0x02FB;
int RECORD_CREATE_BRUSH_INDIRECT = 0x02FC;
int RECORD_CREATE_RECT_RGN = 0x06FF;
}