mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
cleanup
This commit is contained in:
@@ -540,11 +540,8 @@ static int get_tabbed_text_extent_point_for_bidi(HDC hdc,
|
||||
PDC pdc = dc_HDC2PDC(hdc);
|
||||
LOGFONT *log_font = pdc->pLogFont;
|
||||
DEVFONT* sbc_devfont = log_font->devfonts[0];
|
||||
DEVFONT* mbc_devfont = log_font->devfonts[1];
|
||||
DEVFONT* devfont;
|
||||
Achar32 *achars = NULL;
|
||||
ACHARMAPINFO* achars_map = NULL;
|
||||
int *dx_achars = NULL;
|
||||
int nr_fit_achars = 0;
|
||||
|
||||
int nr_achars = BIDIGetTextLogicalAChars(log_font, text, len,
|
||||
|
||||
Reference in New Issue
Block a user