mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 02:33:59 +08:00
empty implementation
This commit is contained in:
@@ -332,5 +332,20 @@ void __mg_glyph_item_get_logical_widths (const GlyphItem *glyph_item,
|
||||
}
|
||||
}
|
||||
|
||||
void __mg_shape_utf8 (const char* text, int len,
|
||||
const TEXTRUN* trun, GLYPHSTRING* gs)
|
||||
{
|
||||
}
|
||||
|
||||
void __mg_text_run_free(TEXTRUN* trun)
|
||||
{
|
||||
}
|
||||
|
||||
void __mg_glyph_item_letter_space (const GlyphItem* glyph_item,
|
||||
const Uchar32* ucs, const BreakOppo* bos, int letter_spacing)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#endif /* _MGCHARSET_UNICODE */
|
||||
|
||||
|
||||
@@ -664,6 +664,12 @@ RGBCOLOR __mg_textruns_get_text_color(const TEXTRUNSINFO* runinfo, int index)
|
||||
return runinfo->attrs.value;
|
||||
}
|
||||
|
||||
TEXTRUN* __mg_textruns_get_by_offset(const TEXTRUNSINFO* runinfo,
|
||||
int offset, int *start_index)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
BOOL GUIAPI SetTextColorInTextRuns(TEXTRUNSINFO* runinfo,
|
||||
int start_index, int length, RGBCOLOR color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user