Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 9 of 9
  1. #1
    Member +
    Join Date
    Apr 2017
    Location
    Turkey
    Posts
    30
    Rep Power
    0

    Default İgo Nextgen (Pongo Skin) Text Size Increase

    Hello.
    As can be seen in the video, I use Igo Nextgen version 9.18.27.736574, navigation with pongo skin in my vehicle.
    Due to the design of the vehicle, the screen stays too far inside. Icons and city name in the navigation footer are too small.
    Is it possible to enlarge the icons and information bar a bit?
    Spoiler: +

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]

    Last edited by Andrey Form; 8th November 2021 at 01:54 PM.

  2.    Advertissements


  3. #2
    Member +
    Join Date
    Mar 2017
    Location
    Poland
    Posts
    39
    Rep Power
    35

    Default

    In the sys file in the [rawdisplay] section, by removing the semicolon in front of dpi, you will choose the appropriate resolutions

    [rawdisplay]
    driver="gles_2_0_android"
    screen_xy="auto"
    ;base_dpi=240
    ;dpi=120
    ;dpi=160
    dpi=240
    ;dpi=320
    ;dpi=480
    ;dpi=640

    you have at least 240 as you can see
    UX8ux4i

  4. #3
    Member +
    Join Date
    Apr 2017
    Location
    Turkey
    Posts
    30
    Rep Power
    0

    Default

    This is not what I want.
    I want to enlarge the city name font


    Then ask questions and look for info in [Only registered and activated users can see links. ]

    Will be moved later...
    Last edited by Boki; 8th November 2021 at 02:37 PM. Reason: removed unnecessary quote

  5. #4
    Master İgo Nextgen (Pongo Skin)  Text Size Increaseİgo Nextgen (Pongo Skin)  Text Size Increase
    Join Date
    Nov 2017
    Location
    europa
    Posts
    81
    Rep Power
    161

    Default

    changing the dpi is like putting a magnifying glass in front of the gps screen it does not solve the changes in details.

    everything concerning the appearance of the data linked to the display on the map has a good chance of being configured mainly in the two files default.vis and overview.vis of the data.zip, look for the word 'font' in these files

    Spoiler: code
    ; LABEL VISUAL SETTINGS
    ; [Label<from>-<to>]: group name defines zoom levels (/128px)
    ;
    ; AREA DEFINITIONS:
    ; area=<Road Class 1>, <Road Class 2>, ... <Road Class N>
    ; TBD.
    ;
    ; SETTLEMENT NAME DEFINITIONS:
    ; poi="<Settlement Class>", "<Font Name>", "<Font Color>", "<Font Size>", "<Icon Name>", <Icon Index>, "<Far Icon Name>", <Far Icon Index>
    ; <Settlement Class>: "Settlement.*", type of settlements, see below
    ; <Font Name>: use "default" for default normal or "defaultbd" for default bold font
    ; <Font Color>: name of font color, see colordef file for definition
    ; <Font Size>: size of font used to render settlement name. Negative font size means right-aligned
    ; text, used in maps for countries in RTL language.
    ; <Icon Name>: Icon name, defined under colordef file's [icon] group
    ; <Icon Index>: Icon phase in icon file
    ; <Far Icon Name>: Icon name in high zoom level, defined under colordef file's [icon] group
    ; <Far Icon Index>: Icon phase in high zoom level
    ; Note: <Far Icon Name> and <Far Icon Index> are optional, if not defined, <Icon Name>/<Icon Index> will be used.

    ; Settlement Class definitions:
    ; TeleAtlas:
    ; Class 1 not yet defined
    ; Class 2 capital of country
    ; Class 3 not yet defined
    ; Class 4 most important settlement of a municipality >= 1.000.000 inhabitants
    ; Class 5 most important settlement of a municipality of 500.000-999.999 inhabitants
    ; Class 6 not yet defined
    ; Class 7 most important settlement of a municipality of 100.000-499.999 inhabitants
    ; Class 8 most important settlement of a municipality of 50.000-99.999 inhabitants
    ; Class 9 not yet defined
    ; Class 10 most important settlement of a municipality of 10.000-49.999 inhabitants
    ; Class 11 most important settlement of a municipality < 10.000 inhabitants
    ; Class 12 all other settlements
    ; Other providers TBD.


    try modifications in the different corresponding sections according to each zoom level with altitude (2D or 3D views can have independent settings), remember that some UXs may contain a default.vis and that in this case any modification to that of the data.zip would have no effect on the screen

    [Label600m-4300m]
    area=0,1,2
    poi="Settlement.class1", "defaultbd", "label_settlements", 14,"settlements",1
    poi="Settlement.class2", "defaultbd", "label_settlements", 13,"settlements",2
    poi="Settlement.class3", "defaultbd", "label_settlements", 12,"settlements",2

    there are certainly other locations in various files that influence the appearance like the coloring in the color.ini.

    keep in mind that what concerns the display of information in labels or buttons in the form of layers over the map (in xml or css files), and information in the map (as in vis files ) are managed independently but can also be crossed in ini files or sys.txt
    Last edited by lunapark; 8th November 2021 at 03:13 PM.

  6. #5
    Master LouBouha's Avatar
    Join Date
    Mar 2017
    Location
    Tunisia
    Posts
    463
    Rep Power
    1271

    Default City Name size

    I have another proposal: the coding of the City Name is located in:

    the_skin_by_pongo.zip\ui_nextgen\common\ui\the_skin_by_pongo.css

    See line 46 (For the Skin Pongo of 12 November 2019)

    Spoiler: Original code
    Code:
    Please Login or Register to see the links

    ROADSHIELDEDTEXT.current_city......
    fontsize:fontsize_current_city

    We can't touch : "fontsize_current_city " because it is already used in other coding

    To modify only the City name coding I propose

    Spoiler: Code Modify
    Code:
    Please Login or Register to see the links

    The number "8" can be increased or decreased

    Here is the comparative result

    Spoiler: Pics
    City Font Size

    Here I made the modification on the Skin Pongo of 12 November 2019

    Spoiler: Hide
    This post requires you to click the "LIKE this post" button and hit F5 to read this content.

    Regards
    Attached Files Attached Files
    • This post requires you to click the "LIKE this post" button to see Attachments.
    Last edited by LouBouha; 10th November 2021 at 07:57 PM.
    GPS: TomTom ONE

    Smartphone: THL T11 Android 4.2.2 Resolution 720x1280
    Sygic 14.3.4 IGO Primo 9.6.29.636868 Skins : Doupas V9.0h , Dimka/Frontzosd giphy

  7. #6
    Member +
    Join Date
    Apr 2017
    Location
    Turkey
    Posts
    30
    Rep Power
    0

    Default

    Hello @LouBouha

    The plugin you added works without any problems, at least in the application. Thanks.
    However, when I increase the number 8 in the
    Code:
    Please Login or Register to see the links
    code block (10,12,14 ... ) the application closes without an error when opening.
    I used 7zip (version 21.01) and winrar (version 6.02) for packaging. In both applications, the result did not change.

  8. #7
    Master LouBouha's Avatar
    Join Date
    Mar 2017
    Location
    Tunisia
    Posts
    463
    Rep Power
    1271

    Default

    You have to use WinRAR version less than 4, I use version 3.93. Or Total Commander APK

    Tested with : 11 OK

    Regards
    Last edited by LouBouha; 10th November 2021 at 10:38 AM.
    GPS: TomTom ONE

    Smartphone: THL T11 Android 4.2.2 Resolution 720x1280
    Sygic 14.3.4 IGO Primo 9.6.29.636868 Skins : Doupas V9.0h , Dimka/Frontzosd giphy

  9. #8
    Member +
    Join Date
    Apr 2017
    Location
    Turkey
    Posts
    30
    Rep Power
    0

    Default

    Thank you @LouBouha.
    The problem was solved with winrar 3.93 version.

  10. #9
    Member
    Join Date
    Oct 2015
    Location
    Brazil
    Posts
    12
    Rep Power
    0

    Default

    Good morning.
    Following the instructions above, I was able to increase the size of the city letters. (yellow arrow, 1).
    I would appreciate it if you could help me enlarge the letters in the neighborhood (red arrow,2)
    Please, click on picture above to see completly

    [Only registered and activated users can see links. ]
    Last edited by jjsxjjsx; 27th January 2024 at 09:22 PM. Reason: Add text to know

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •